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
Add NEWS entry
  • Loading branch information
Jongy committed Oct 27, 2020
commit 44efc82fbcd1d8ac1d04717acdfb92a05c8db053
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Fix handling of errors during creation of ``PyFunctionObject``s, which resulted
in operations on uninitialized memory. Patch by Yonatan Goldschmidt.