mirror of
https://github.com/boostorg/python.git
synced 2026-01-22 17:32:55 +00:00
* Proper handling for numeric conversion overflows * Moved internal converter names out of the way to prepare for user conversions * Added comments * Fixed a bug where None could be converted to the NULL target of a member function call, causing a crash. * Wiped out and restarted todo.txt * long long support * Added more regression tests and checks for current limitations [SVN r14094]
12 lines
317 B
Plaintext
12 lines
317 B
Plaintext
Wrap enums as a subclass of Python int
|
|
|
|
Write "inside the Python type system", a survey of typeobject.c in
|
|
Python source -- may go hand-in-hand with enum wrapping
|
|
|
|
Better overload resolution - choose best match
|
|
|
|
Implement type_info streaming for GCC
|
|
(http://mail.python.org/pipermail/c++-sig/2002-June/001277.html)
|
|
|
|
|