Exclude python core dynload on python 3.12+.#216
Conversation
|
When this gets merged I will rebase the 3.13 WIP support branch on top of the then updated master branch. |
|
I was planning to remove this support just in the Python code but, I guess it could make sense to merge this and exclude it also from the binaries... |
190ba9f to
5c66002
Compare
|
@AraHaan Thanks for this contribution and sorry for the delay. It looks like we need some of the code under In the meantime, since we do not technically need this code to support 3.12 and 3.13, I am still going to proceed with the release of 0.14.0.0 |
Sure thing, will get to it as soon as I can. |
Since the python core dynamic loading code cannot be made to work for Python 3.12+. The related code for loading the python core from zip file/resource section has been ifdef'd out. As such single file deployments for Python 3.12+ is not possible at all.
5c66002 to
73f40f7
Compare
|
I just found the fix which happened to be in |
|
I decided to close this in favor of #235 which also includes these changes as well as a few fixes to Also tested locally and it builds the package successfully with Python 3.13 & 3.14. |
Since the python core dynamic loading code cannot be made to work for Python 3.12+. The related code for loading the python core from zip file/resource section has been ifdef'd out. As such single file deployments for Python 3.12+ is not possible at all.
Contributes to #191.