|
1 | 1 | High Priority: |
2 | 2 | -------------- |
3 | 3 |
|
4 | | -Document builtin correspondences between builtiin Python types and C++ |
5 | | -types |
| 4 | +Finish shared_ptr support: |
| 5 | + http://aspn.activestate.com/ASPN/Mail/Message/c++-sig/1456023, |
| 6 | + http://mail.python.org/pipermail/c++-sig/2003-April/003760.html |
| 7 | + http://article.gmane.org/gmane.comp.python.c%2B%2B/2847 |
6 | 8 |
|
7 | | -FILE* conversions: http://aspn.activestate.com/ASPN/Mail/Message/1411366 |
| 9 | +Replace "bad argument type for builtin operation" with better error |
| 10 | +messages. |
8 | 11 |
|
9 | | -Finish shared_ptr support: |
10 | | -http://aspn.activestate.com/ASPN/Mail/Message/c++-sig/1456023, |
11 | | -http://mail.python.org/pipermail/c++-sig/2003-April/003760.html |
| 12 | + Implement type_info streaming for GCC |
| 13 | + (http://mail.python.org/pipermail/c++-sig/2002-June/001277.html) |
| 14 | + |
| 15 | +Converter scoping: http://article.gmane.org/gmane.comp.python.c++/2044 |
| 16 | + |
| 17 | +Document builtin correspondences between builtiin Python types and C++ |
| 18 | +types |
12 | 19 |
|
13 | 20 | Medium Priority: |
14 | 21 | ---------------- |
15 | 22 |
|
16 | | -Implement type_info streaming for GCC |
17 | | -(http://mail.python.org/pipermail/c++-sig/2002-June/001277.html) |
| 23 | +FILE* conversions: http://aspn.activestate.com/ASPN/Mail/Message/1411366 |
| 24 | + |
| 25 | +"Constructor Functors/Factory Constructors" - enabling the addition of |
| 26 | +new construction routines which aren't in the C++ interface |
18 | 27 |
|
19 | 28 | Low Priority: |
20 | 29 | ------------ |
21 | 30 | Write "inside the Python type system", a survey of typeobject.c in |
22 | 31 | Python source |
23 | 32 |
|
24 | | -Better overload resolution - choose best match |
25 | | - |
| 33 | +Better overload resolution - choose best match (maybe never) |
26 | 34 |
|
| 35 | +Detect non-explicit constructors and automatically call |
| 36 | +implicitly_convertible<>. |
0 commit comments