Skip to content

Issues: python/cpython

New issue

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

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

C-API Pure Embedding enhancement 3.7 (EOL) end of life 3.8 only security fixes 3.9 only security fixes 3.10 only security fixes docs Documentation in the Doc dir topic-C-API type-bug An unexpected behavior, bug, or error
#68840 opened Jul 17, 2015 by JustinHuang mannequin
Make documentation about macros in C API explicit about rvalue vs statement docs Documentation in the Doc dir topic-C-API type-feature A feature request or enhancement
#61789 opened Mar 31, 2013 by larryhastings
import a pycapsule object that's attached on many modules topic-C-API type-feature A feature request or enhancement
#83319 opened Dec 26, 2019 by yorkie mannequin
Implement PyObject_CopyToObject 3.9 only security fixes topic-C-API type-feature A feature request or enhancement
#84016 opened Mar 3, 2020 by nanjekyejoannah
Implement PyObject_GetMemoryView 3.9 only security fixes topic-C-API type-feature A feature request or enhancement
#84017 opened Mar 3, 2020 by nanjekyejoannah
Certain methods that heap allocated subtypes inherit suffer a 50-80% performance penalty 3.12 bugs and security fixes performance Performance or resource usage topic-C-API
#78577 opened Aug 13, 2018 by mr-nfamous mannequin
PyNumber_InPlacePower ignores o3 if o1 implements __ipow__ 3.7 (EOL) end of life 3.8 only security fixes 3.9 only security fixes 3.10 only security fixes topic-C-API type-bug An unexpected behavior, bug, or error
#86069 opened Oct 1, 2020 by hodgestar mannequin
The global config should not be stored on each interpreter 3.12 bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) topic-C-API
#91120 opened Mar 8, 2022 by ericsnowcurrently
Document the current practice for SystemError 3.10 only security fixes 3.11 only security fixes 3.12 bugs and security fixes docs Documentation in the Doc dir topic-C-API
#95799 opened Aug 8, 2022 by serhiy-storchaka
RFC: Clarify usage of macros for PySequence_Fast within the Limited C API docs Documentation in the Doc dir topic-C-API
#91417 opened Apr 8, 2022 by HaoZeke mannequin
PyType_FromSpec*() overwrites the type's "__module__" 3.9 only security fixes 3.10 only security fixes topic-C-API type-bug An unexpected behavior, bug, or error
#84880 opened May 20, 2020 by scoder
Allow _PyType_Lookup() to raise exceptions 3.7 (EOL) end of life interpreter-core (Objects, Python, Grammar, and Parser dirs) topic-C-API type-bug An unexpected behavior, bug, or error
#75646 opened Sep 14, 2017 by scoder
PyArg_Parse* for vectorcall? 3.11 only security fixes topic-argument-clinic topic-C-API type-feature A feature request or enhancement
#88380 opened May 23, 2021 by ronaldoussoren
PyUnicode_FSConverter() has confusing reference semantics 3.8 only security fixes 3.9 only security fixes 3.10 only security fixes 3.11 only security fixes topic-C-API
#90241 opened Dec 15, 2021 by Yhg1s
Enhancement request for importing stacktraces from foreign sources topic-C-API type-feature A feature request or enhancement
#86784 opened Dec 10, 2020 by Thrameos mannequin
PyObject_Call not behaving as documented 3.9 only security fixes topic-C-API type-bug An unexpected behavior, bug, or error
#86795 opened Dec 13, 2020 by maxbachmann mannequin
Insufficient description of cyclic garbage collector for C API 3.7 (EOL) end of life 3.8 only security fixes docs Documentation in the Doc dir topic-C-API
#85305 opened Jun 26, 2020 by iabervon mannequin
Request for multi-phase initialization API to run code after importlib init 3.8 only security fixes 3.9 only security fixes topic-C-API topic-importlib type-feature A feature request or enhancement
#84513 opened Apr 19, 2020 by indygreg mannequin
Leak of locks from multiprocessing.Process 3.11 only security fixes topic-C-API topic-multiprocessing type-bug An unexpected behavior, bug, or error
#87311 opened Feb 6, 2021 by bstaletic mannequin
Document PyDateTimeAPI / PyDateTime_CAPI struct 3.8 only security fixes 3.9 only security fixes 3.10 only security fixes docs Documentation in the Doc dir topic-C-API type-bug An unexpected behavior, bug, or error
#83785 opened Feb 10, 2020 by pganssle
PyObject_GetAttrString and tp_getattr do not agree topic-C-API type-feature A feature request or enhancement
#83801 opened Feb 13, 2020 by petdance mannequin
Document that PyErr_SetInterrupt is async-signal-safe 3.11 only security fixes 3.12 bugs and security fixes 3.13 bugs and security fixes docs Documentation in the Doc dir topic-C-API
#87422 opened Feb 18, 2021 by pitrou
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.