1. 12 Sep, 2012 6 commits
  2. 11 Sep, 2012 4 commits
  3. 10 Sep, 2012 13 commits
  4. 09 Sep, 2012 6 commits
  5. 08 Sep, 2012 6 commits
  6. 07 Sep, 2012 2 commits
  7. 06 Sep, 2012 2 commits
  8. 05 Sep, 2012 1 commit
    • Antoine Pitrou's avatar
      Issue #13992: The trashcan mechanism is now thread-safe. This eliminates · 16c83744
      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 3.2.4
      (those which use the trashcan mechanism, despite it being undocumented)
      will not be loadable by 3.2.3 and earlier. However, extension modules
      compiled for 3.2.3 and earlier will be loadable by 3.2.4.
      16c83744