Message253910
Some formatting improvements.
I removed one of the optimizations I was doing, because it's also done in PyObject_Format(). I plan on moving other optimizations into PyObject_Format(), but I'll open a separate issue for that.
I swapped the order of the parameters on the stack, so that I could use the micro-optimization of TOP() and SET_TOP().
I'll commit this shortly. |
|
| Date |
User |
Action |
Args |
| 2015-11-02 13:30:15 | eric.smith | set | recipients:
+ eric.smith, brett.cannon, larry, Mark.Shannon, serhiy.storchaka |
| 2015-11-02 13:30:15 | eric.smith | set | messageid: <[email protected]> |
| 2015-11-02 13:30:15 | eric.smith | link | issue25483 messages |
| 2015-11-02 13:30:15 | eric.smith | create | |
|