1. 17 Sep, 2019 15 commits
  2. 16 Sep, 2019 12 commits
  3. 15 Sep, 2019 4 commits
  4. 14 Sep, 2019 8 commits
  5. 13 Sep, 2019 1 commit
    • Serhiy Storchaka's avatar
      bpo-38005: Fixed comparing and creating of InterpreterID and ChannelID. (GH-15652) · bf169915
      Serhiy Storchaka authored
      * Fix a crash in comparing with float (and maybe other crashes).
      * They are now never equal to strings and non-integer numbers.
      * Comparison with a large number no longer raises OverflowError.
      * Arbitrary exceptions no longer silenced in constructors and comparisons.
      * TypeError raised in the constructor contains now the name of the type.
      * Accept only ChannelID and int-like objects in channel functions.
      * Accept only InterpreterId, int-like objects and str in the InterpreterId constructor.
      * Accept int-like objects, not just int in interpreter related functions.
      bf169915