This repository has been archived by the owner on Nov 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
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
1 parent
43765d7
commit cd041a4
Showing
645 changed files
with
286,155 additions
and
387 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.