An error occurred fetching the project authors.
  1. 21 Nov, 2017 2 commits
    • Victor Stinner's avatar
      bpo-32030: Add more options to _PyCoreConfig (#4485) · 25420fe2
      Victor Stinner authored
      Py_Main() now handles two more -X options:
      
      * -X showrefcount: new _PyCoreConfig.show_ref_count field
      * -X showalloccount: new _PyCoreConfig.show_alloc_count field
      25420fe2
    • Victor Stinner's avatar
      bpo-32089: Fix warnings filters in dev mode (#4482) · 09f3a8a1
      Victor Stinner authored
      The developer mode (-X dev) now creates all default warnings filters
      to order filters in the correct order to always show ResourceWarning
      and make BytesWarning depend on the -b option.
      
      Write a functional test to make sure that ResourceWarning is logged
      twice at the same location in the developer mode.
      
      Add a new 'dev_mode' field to _PyCoreConfig.
      09f3a8a1
  2. 20 Nov, 2017 6 commits
  3. 19 Nov, 2017 3 commits
  4. 18 Nov, 2017 5 commits
  5. 17 Nov, 2017 2 commits
  6. 16 Nov, 2017 8 commits
  7. 15 Nov, 2017 12 commits
  8. 14 Nov, 2017 2 commits