1. 12 Apr, 2022 1 commit
    • Jordan Brière's avatar
      Fix UnionType.__setattr__ in Shadow.py (GH-4727) · 54546b90
      Jordan Brière authored
      The condition should only evaluate to True when assigning __dict__, but it currently does for _, d, i, etc. as well as resulting in the following potential issues:
      
      * Non-member are being assigned to the object instead of raising.
      * The one-field rule can be bypassed.
      * Valid members that pass the condition are being assigned raw and are never cast to the specified type.
      54546b90
  2. 10 Apr, 2022 2 commits
  3. 07 Apr, 2022 6 commits
  4. 06 Apr, 2022 1 commit
  5. 05 Apr, 2022 1 commit
  6. 01 Apr, 2022 5 commits
  7. 31 Mar, 2022 3 commits
  8. 27 Mar, 2022 2 commits
  9. 21 Mar, 2022 3 commits
  10. 17 Mar, 2022 1 commit
    • da-woods's avatar
      Remove obselete memoryview getbuffer fallback code (GH-4685) · 518cbac8
      da-woods authored
      It appears to have been be used for Python < 2.6 (which didn't have the new buffer protocol).
      Most of the mechanism had already been removed, but the capsule attributes that it relied on were still generated.
      
      Also removed some utility code that was only used for this feature.
      518cbac8
  11. 15 Mar, 2022 2 commits
  12. 14 Mar, 2022 8 commits
  13. 13 Mar, 2022 1 commit
  14. 12 Mar, 2022 4 commits