Message 241872 - Python tracker
Message241872
| Author | serhiy.storchaka |
|---|---|
| Recipients | georg.brandl, larry, loewis, nadeem.vawda, serhiy.storchaka, taleinat |
| Date | 2015-04-23.18:19:12 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1429813152.36.0.353200359266.issue20182@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
You only need include generated file before defining PyMethodDef arrays and PyTypeObject instances. There shouldn't be problems if only one class is defined in a file, otherwise you can move these static initializations together to the end of the file. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-04-23 18:19:12 | serhiy.storchaka | set | recipients: + serhiy.storchaka, loewis, georg.brandl, taleinat, larry, nadeem.vawda |
| 2015-04-23 18:19:12 | serhiy.storchaka | set | messageid: <1429813152.36.0.353200359266.issue20182@psf.upfronthosting.co.za> |
| 2015-04-23 18:19:12 | serhiy.storchaka | link | issue20182 messages |
| 2015-04-23 18:19:12 | serhiy.storchaka | create | |