* silence cfunction deprecations
* silence some more deprecations
* define and use constructors rather than convert where possible, but also define convert methods
* pymethod is used in only one place, so inline it so that we can avoid using local vars in at-cfunction
* PyError is no longer mutable
* detect changes to Conda location that may occur in Pkg3
* whoops, be consistent
* separate precompile step to get more Travis info, I hope
* missing Conda check
* don't use at-cfunction interpolation in PyGetSetDef (which can be removed entirely for now, as it is unused)
* rm another unused function
* Revert "define and use constructors rather than convert where possible, but also define convert methods"
This reverts commit 65cb00388fcae984be4df17cc2e15c18e4296a14.
* add constructors for convert methods in 0.7
* rm redundant constructor methods
* defining constructor methods seems to give a huge load time slowdown even in 0.7
* more undef deprecations
* PYTHON=Conda to force conda
* make sure bytes conversions work for codeunits arrays