• Nick Coghlan's avatar
    Close #19378: address flaws in the new dis module APIs · 90b8e7d2
    Nick Coghlan yazdı
    - confusing line_offset parameter -> first_line parameter
    - systematically test and fix new file parameter
    - remove redundant Bytecode.show_info() API
    - rename Bytecode.display_code() to Bytecode.dis() and have it
      return the multi-line string rather than printing it directly
    - eliminated some not-so-helpful helpers from the bytecode_helper
      test support module
    
    Also fixed a longstanding defect (worked around in the test suite)
    where lines emitted by the dis module could include trailing white
    space. That no longer happens, allowing the formatting tests to be
    simplified to use plain string comparisons.
    90b8e7d2
Adı
Son kayıt (commit)
Son güncelleme
..
RPM Loading commit data...
ACKS Loading commit data...
HISTORY Loading commit data...
NEWS Loading commit data...
Porting Loading commit data...
README Loading commit data...
README.AIX Loading commit data...
README.coverity Loading commit data...
README.valgrind Loading commit data...
SpecialBuilds.txt Loading commit data...
coverity_model.c Loading commit data...
gdbinit Loading commit data...
indent.pro Loading commit data...
python-config.in Loading commit data...
python-config.sh.in Loading commit data...
python-wing3.wpr Loading commit data...
python-wing4.wpr Loading commit data...
python.man Loading commit data...
python.pc.in Loading commit data...
svnmap.txt Loading commit data...
valgrind-python.supp Loading commit data...
vgrindefs Loading commit data...