Message215379
| Author | masamoto |
|---|---|
| Recipients | dellair.jie, masamoto, ned.deily |
| Date | 2014-04-02.12:17:11 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1396441032.21.0.13963538136.issue21124@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I wrote a patch file. In other extention module source codes, global variable PyTypeObject has initialized to using "PyVarObject_HEAD_INIT(NULL, 0)". And so, as with other modules, I tried to edit and compiling _struct.c in Cygwin 1.7.28. The module compiling was passing, And struct module passed a test "python3.4 -m test test_struct". |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2014-04-02 12:17:12 | masamoto | set | recipients: + masamoto, ned.deily, dellair.jie |
| 2014-04-02 12:17:12 | masamoto | set | messageid: <1396441032.21.0.13963538136.issue21124@psf.upfronthosting.co.za> |
| 2014-04-02 12:17:12 | masamoto | link | issue21124 messages |
| 2014-04-02 12:17:11 | masamoto | create | |