-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Description
I quickly troubleshot the problem, and the new behavior seems to have been introduced in 3a55dfd.
I am not familiar with the py2app codebase, but it seems that ctypes is being filtered out of byte_compile in
Line 1616 in 3a55dfd
| py_files = list(filter(packagefilter, py_files)) |
Is this intended?
I assume it is an unintended side effect of 3a55dfd. Otherwise, it would be odd to byte-compile all other built-in packages but ctypes. I am probably missing something, so pardon my ignorance.
Also, although less important, do you mind explaining what the workaround is all about? Are standalone applications, built with py2app 0.28.8, that run on Python 3.13 and use ctypes, defective?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels