Message 90267 - Python tracker
Message90267
| Author | ideasman42 |
|---|---|
| Recipients | ideasman42 |
| Date | 2009-07-08.14:11:08 |
| SpamBayes Score | 0.007288553 |
| Marked as misclassified | No |
| Message-id | <1247062271.71.0.103757159811.issue6439@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
in python 3.2 (current rev 73893) Demo/embed/demo.c passes a 'char **' to PySys_SetArgv rather then a 'wsize_t **' Im also confused as to how this conversion should be made in a portable way, without copying some farily large static functions from python's code. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2009-07-08 14:11:12 | ideasman42 | set | recipients: + ideasman42 |
| 2009-07-08 14:11:11 | ideasman42 | set | messageid: <1247062271.71.0.103757159811.issue6439@psf.upfronthosting.co.za> |
| 2009-07-08 14:11:09 | ideasman42 | link | issue6439 messages |
| 2009-07-08 14:11:09 | ideasman42 | create | |