Skip to content
Closed
Prev Previous commit
Next Next commit
📜🤖 Added by blurb_it.
  • Loading branch information
blurb-it[bot] authored Nov 20, 2019
commit 440bb722cedd11d32393024c24a510b9b12d632e
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Add a new private ``_PyModule_StealObject`` API. It is identical to :c:func:`PyModule_AddObject`, but steals a reference to the added object on both success *and* failure.

Patch by Brandt Bucher.