gh-122561: Clean up and microoptimize str.translate and charmap codec (GH-122932)
* Replace PyLong_AS_LONG() with PyLong_AsLong(). * Call PyLong_AsLong() only once per the replacement code. * Use PyMapping_GetOptionalItem() instead of PyObject_GetItem().
S
Serhiy Storchaka committed
1a0b828994ed4ec1f2ba05123995a7d1e852f4b4
Parent: 6f563e3
Committed by GitHub <noreply@github.com>
on 8/28/2024, 9:11:13 AM