Skip to content

Commit 3e9e164

Browse files
committed
Fix formatting in NEWS entry for type() crash fix
1 parent a66bb06 commit 3e9e164

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Fixed a crash in `type()` when selecting a metaclass whose `tp_new` slot is `NULL`. Such metaclasses are now rejected with `TypeError` instead of causing a NULL pointer dereference.
1+
Fixed a crash in ``type()`` when selecting a metaclass whose ``tp_new`` slot is ``NULL``. Such metaclasses are now rejected with ``TypeError`` instead of causing a NULL pointer dereference.

0 commit comments

Comments
 (0)