Message278508
| Author | eric.snow |
|---|
| Recipients | brett.cannon, eric.snow, grahamd, ncoghlan |
|---|
| Date | 2016-10-11.22:57:23 |
|---|
| SpamBayes Score | -1.0 |
|---|
| Marked as misclassified | Yes |
|---|
| Message-id | <1476226643.88.0.850309217819.issue28411@psf.upfronthosting.co.za> |
|---|
| In-reply-to | |
|---|
| Content |
|---|
Hmm, actually _PyImport_GetModuleDict() isn't needed to solve the startup issue. It's still rather internally focused but the same could be said for PyImport_GetModuleDict(). I guess I'm still not sold on adding a new public API function for what amounts to a rename of PyImport_GetModuleDict().Furthermore, wouldn't it make more sense to keep it in the PyImport_* namespace? Perhaps we could set the precedent that explicitly-arg'ed functions should be in the PyInterpreterState_* (or PyInterpreter_*) namespace? |
| History |
|---|
| Date | User | Action | Args |
|---|
| 2016-10-11 22:57:23 | eric.snow | set | recipients: +eric.snow,brett.cannon,ncoghlan,grahamd | | 2016-10-11 22:57:23 | eric.snow | set | messageid: <1476226643.88.0.850309217819.issue28411@psf.upfronthosting.co.za> | | 2016-10-11 22:57:23 | eric.snow | link | issue28411 messages | | 2016-10-11 22:57:23 | eric.snow | create | |
|