[svn r38203] rename getpymodule/getpycodeobj to "_" methods

(which can build C modules on the fly)
it's not clear they are still useful this way
and they are easy to confuse with pyimport()

--HG--
branch : trunk
This commit is contained in:
hpk
2007-02-08 20:48:31 +01:00
parent 0a79e56b40
commit 499d60c8ab
4 changed files with 18 additions and 18 deletions

View File

@@ -7,4 +7,4 @@ else:
import py
gdir = py.path.local(py.__file__).dirpath()
path = gdir.join('c-extension', 'greenlet', 'greenlet.c')
greenlet = path.getpymodule().greenlet
greenlet = path._getpymodule().greenlet