We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14d9fa4 commit bf89325Copy full SHA for bf89325
.github/CODEOWNERS
@@ -316,3 +316,13 @@ Lib/test/test__colorize.py @hugovk
316
317
# Fuzzing
318
Modules/_xxtestfuzz/ @ammaraskar
319
+
320
+# t-strings
321
+Include/internal/pycore_interpolation.h @lysnikolaou
322
+Include/internal/pycore_template.h @lysnikolaou
323
+Objects/interpolationobject.c @lysnikolaou
324
+Objects/clinic/interpolationobject.c.h @lysnikolaou
325
+Objects/templateobject.c @lysnikolaou
326
+Modules/_templatelibmodule.c @lysnikolaou
327
+Lib/string/templatelib.py @lysnikolaou
328
+Lib/test/test_tstring.py @lysnikolaou
0 commit comments