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
Add NEWS entry
  • Loading branch information
Erlend E. Aasland
Erlend E. Aasland committed Feb 16, 2021
commit 7e6e8d1edefd8eec89f4d3cbf1607a44d57fbfe8
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
:c:func:`PyExceptionClass_Name` is now always declared as a function, in
order to hide implementation details. The macro accessed
:c:member:`PyTypeObject.tp_name` directly. Patch by Erlend E. Aasland.