mirror of
https://github.com/boostorg/python.git
synced 2026-02-21 15:22:12 +00:00
27 lines
635 B
Plaintext
27 lines
635 B
Plaintext
High Priority:
|
|
--------------
|
|
|
|
Document builtin correspondences between builtiin Python types and C++
|
|
types
|
|
|
|
FILE* conversions: http://aspn.activestate.com/ASPN/Mail/Message/1411366
|
|
|
|
Finish shared_ptr support:
|
|
http://aspn.activestate.com/ASPN/Mail/Message/c++-sig/1456023,
|
|
http://mail.python.org/pipermail/c++-sig/2003-April/003760.html
|
|
|
|
Medium Priority:
|
|
----------------
|
|
|
|
Implement type_info streaming for GCC
|
|
(http://mail.python.org/pipermail/c++-sig/2002-June/001277.html)
|
|
|
|
Low Priority:
|
|
------------
|
|
Write "inside the Python type system", a survey of typeobject.c in
|
|
Python source
|
|
|
|
Better overload resolution - choose best match
|
|
|
|
|