This repository has been archived by the owner on Nov 8, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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