1. 15 Sep, 2012 3 commits
  2. 14 Sep, 2012 1 commit
  3. 13 Sep, 2012 1 commit
  4. 12 Sep, 2012 6 commits
  5. 10 Sep, 2012 17 commits
  6. 09 Sep, 2012 2 commits
  7. 08 Sep, 2012 4 commits
  8. 07 Sep, 2012 2 commits
  9. 06 Sep, 2012 3 commits
  10. 05 Sep, 2012 1 commit
    • Antoine Pitrou's avatar
      Issue #13992: The trashcan mechanism is now thread-safe. This eliminates · 58098a77
      Antoine Pitrou authored
      sporadic crashes in multi-thread programs when several long deallocator
      chains ran concurrently and involved subclasses of built-in container
      types.
      
      Because of this change, a couple extension modules compiled for 2.7.4
      (those which use the trashcan mechanism, despite it being undocumented)
      will not be loadable by 2.7.3 and earlier. However, extension modules
      compiled for 2.7.3 and earlier will be loadable by 2.7.4.
      58098a77