Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Document _Py_CODEUNIT removal
  • Loading branch information
vstinner committed Jun 26, 2024
commit 3f73bf3414b5a96315d0e50b5a7408854bc53bd5
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Remove the private ``_Py_CODEUNIT`` type from the public C API. The internal
``pycore_code.h`` header should now be used to get this internal type. Patch by
Victor Stinner.