Commit 6c194761 authored by Neil Schemenauer's avatar Neil Schemenauer

Note that PyNumber_Check() returns true for string and unicode objects.

parent fe4f769f
......@@ -691,6 +691,10 @@ Build
C API
-----
- PyNumber_Check() now returns true for string and unicode objects.
This is a result of these types having a partially defined
tp_as_number slot.
- The string object's layout has changed: the pointer member
ob_sinterned has been replaced by an int member ob_sstate. On some
platforms (e.g. most 64-bit systems) this may change the offset of
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment