Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
GitHub fields:
assignee = None closed_at = None created_at = <Date 2022-03-30.15:52:37.045> labels = ['expert-C-API'] title = "Stable ABI: Some optional (#ifdef'd) functions aren't handled correctly" updated_at = <Date 2022-04-08.12:49:59.275> user = 'https://github.com/encukou'
bugs.python.org fields:
activity = <Date 2022-04-08.12:49:59.275> actor = 'petr.viktorin' assignee = 'none' closed = False closed_date = None closer = None components = ['C API'] creation = <Date 2022-03-30.15:52:37.045> creator = 'petr.viktorin' dependencies = [] files = [] hgrepos = [] issue_num = 47169 keywords = ['patch'] message_count = 2.0 messages = ['416377', '416477'] nosy_count = 2.0 nosy_names = ['petr.viktorin', 'kulikjak'] pr_nums = ['32365', '32414'] priority = 'normal' resolution = None stage = 'patch review' status = 'open' superseder = None type = None url = 'https://bugs.python.org/issue47169' versions = []
The text was updated successfully, but these errors were encountered:
I plan to:
Sorry, something went wrong.
Solaris is affected by missing PyThread_get_thread_native_id; all other symbols from the SYMBOL_NAMES tuple (in test_stable_abi_ctypes.py) are available.
PyThread_get_thread_native_id
Reopening: PyModule_Create2 and PyModule_FromDefAndSpec2 are still missing with Py_TRACE_REFS. See Victor's comment: #88299 (comment)
PyModule_Create2
PyModule_FromDefAndSpec2
Py_TRACE_REFS
PR for skipping checks on Py_TRACE_REFS builds: #92046
No branches or pull requests
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: