Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Testing (#29)
Browse files Browse the repository at this point in the history
* Delete PyEncodable.swift

* pycall generics update

* PyCall updates

* ...

* Update Package.swift

* pycall fixes

* PyPointer is no longer considered a PyDecodable, since it caused issues with the generics PyCall handlers, and a independent -> PyPointer already existed to handle cases where raw PyPointer is the return value.

* Fix of the issue where "as Void" was needed because swift compiler couldn't tell apart if PyPointer or Void was returned, functions with -> PyPointer have now been marked with "@_disfavoredOverload" which makes swift compiler pick the other 2 options before this, and return type PyPointer must be used to force this version over the others.

* python standard lib added to tests

* Update PythonSwiftCoreTests.swift

---------

Co-authored-by: psychowaspx <[email protected]>
  • Loading branch information
PythonSwiftLink and psychowasp authored Sep 9, 2023
1 parent cd041a4 commit d944ae1
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit d944ae1

Please sign in to comment.