Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #12232
| Date | 2011-08-26 16:40 +0100 |
|---|---|
| From | Mateusz Loskot <mateusz@loskot.net> |
| Subject | Why PyImport_ExecCodeModule takes char*? |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.447.1314375134.27778.python-list@python.org> (permalink) |
Hi, I'm wondering, why PyImport_ExecCodeModule function takes char* instead of const char*? Best regards, -- Mateusz Loskot, http://mateusz.loskot.net Charter Member of OSGeo, http://osgeo.org Member of ACCU, http://accu.org
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Why PyImport_ExecCodeModule takes char*? Mateusz Loskot <mateusz@loskot.net> - 2011-08-26 16:40 +0100
Re: Why PyImport_ExecCodeModule takes char*? Tim Roberts <timr@probo.com> - 2011-08-28 15:52 -0700
Re: Why PyImport_ExecCodeModule takes char*? Terry Reedy <tjreedy@udel.edu> - 2011-08-28 20:02 -0400
csiph-web