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

Testing #32

Merged
merged 13 commits into from
Sep 14, 2023
Merged

Testing #32

merged 13 commits into from
Sep 14, 2023

Conversation

PythonSwiftLink
Copy link
Owner

No description provided.

psychowasp and others added 13 commits July 27, 2023 09:09
* 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.
using a global repo called "PythonTestSuite" to enable python for tests
@PythonSwiftLink PythonSwiftLink merged commit 2144c41 into main Sep 14, 2023
1 check passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants