Commit a9164b0
pythongh-133968: Add fast path to PyUnicodeWriter_WriteStr() (python#133969)
Don't call PyObject_Str() if the input type is str.1 parent 9211944 commit a9164b0
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13929 | 13929 | | |
13930 | 13930 | | |
13931 | 13931 | | |
13932 | | - | |
| 13932 | + | |
| 13933 | + | |
| 13934 | + | |
| 13935 | + | |
| 13936 | + | |
| 13937 | + | |
13933 | 13938 | | |
13934 | 13939 | | |
13935 | 13940 | | |
| |||
0 commit comments