Message231857
| Author | scoder |
|---|---|
| Recipients | Rosuav, belopolsky, gvanrossum, python-dev, r.david.murray, rhettinger, schlamar, scoder, serhiy.storchaka, vstinner |
| Date | 2014-11-29.09:10:22 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1417252223.27.0.713081941937.issue22906@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Public underscore C functions are there for exactly the purpose of not duplicating functionality across *internal* core runtime code, without making them an official part of the C-API for *external* code. (I understand that it's a POC patch, though, so whoever applies that change eventually will rework it anyway.) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2014-11-29 09:10:23 | scoder | set | recipients: + scoder, gvanrossum, rhettinger, belopolsky, vstinner, r.david.murray, python-dev, schlamar, Rosuav, serhiy.storchaka |
| 2014-11-29 09:10:23 | scoder | set | messageid: <1417252223.27.0.713081941937.issue22906@psf.upfronthosting.co.za> |
| 2014-11-29 09:10:23 | scoder | link | issue22906 messages |
| 2014-11-29 09:10:22 | scoder | create | |