Message93484
Sounds like a useful new API. Two comments:
* The version without *base* is not needed. Passing an explicit NULL
for *base* is easy enough.
* The name "PyErr_Create" is needlessly different from
"PyErr_NewException". Something like "PyErr_NewExceptionWithDoc" is better. |
|
| Date |
User |
Action |
Args |
| 2009-10-03 09:30:09 | georg.brandl | set | recipients:
+ georg.brandl, lekma |
| 2009-10-03 09:30:09 | georg.brandl | set | messageid: <[email protected]> |
| 2009-10-03 09:30:07 | georg.brandl | link | issue7033 messages |
| 2009-10-03 09:30:07 | georg.brandl | create | |
|