Skip to content
Snippets Groups Projects
Select Git revision
  • branch/default-vms default
  • master
  • wild/10bb54beb20b1f91e3f2255e493ed487461567df
  • branch/default protected
  • wild/831adee19701cacab32ef85896327b5d448246ad
  • wild/09ba00b33babd0cc770b62edfc413300f8fceaa9
  • wild/4137bb2d8fe3be974d16b6b2938cb2b7ac3e9236
  • wild/e2872ee3300e31ba8cf288443557bbfd686361aa
  • branch/2.7-vms
  • wild/c73e2483e818fd3d24b50b422ab223940b2423f5
  • wild/2e4b3b039e86fc242c3d94dabbfa67173c291802
  • wild/3c5bb819718be406903a9b5a1628eda4c847707e
  • 2.7.14-vms
  • 2.7.15+-vms
  • 2.7.16+-vms
  • 2.7.17-vms
  • 2.7.18-vms
17 results

Modules

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Victor Stinner authored
    Add the Py_Is(x, y) function to test if the 'x' object is the 'y'
    object, the same as "x is y" in Python. Add also the Py_IsNone(),
    Py_IsTrue(), Py_IsFalse() functions to test if an object is,
    respectively, the None singleton, the True singleton or the False
    singleton.
    7d438a23
    History