]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
code_repr(), com_addop_varname(), com_list_comprehension(),
authorBarry Warsaw <barry@python.org>
Wed, 28 Nov 2001 21:10:39 +0000 (21:10 +0000)
committerBarry Warsaw <barry@python.org>
Wed, 28 Nov 2001 21:10:39 +0000 (21:10 +0000)
commit8f6d868bbb6d503765d9be5cc08e359fedb53fe9
tree2c2b44041831843420b2deb27569c9cc0bf7f69a
parentb97c969fee0f3c4d67cac738703fd98ff95bd3f3
code_repr(), com_addop_varname(), com_list_comprehension(),
com_arglist(), symtable_check_unoptimized(), symtable_params(),
symtable_global(), symtable_list_comprehension():

    Conversion of sprintf() to PyOS_snprintf() for buffer overrun
    avoidance.
Python/compile.c