Some more Py1k fixes, and added Py3k support

This commit is contained in:
Michael Hansen
2009-07-25 00:02:31 +00:00
parent b11b69c9de
commit 47b3a24c29
7 changed files with 58 additions and 26 deletions

View File

@@ -1,7 +1,6 @@
#ifndef _PYC_OBJECT_H
#define _PYC_OBJECT_H
template <class _Obj>
class PycRef {
public: