Bump to 3.9.0a0

This commit is contained in:
Łukasz Langa 2019-06-04 22:12:32 +02:00
parent 23d7ce7471
commit 9ab2fb1c68
No known key found for this signature in database
GPG key ID: B26995E310250568
11 changed files with 831 additions and 831 deletions

View file

@ -274,11 +274,11 @@ Py_NO_ENABLE_SHARED to find out. Also support MS_NO_COREDLL for b/w compat */
file in their Makefile (other compilers are
generally taken care of by distutils.) */
# if defined(_DEBUG)
# pragma comment(lib,"python38_d.lib")
# pragma comment(lib,"python39_d.lib")
# elif defined(Py_LIMITED_API)
# pragma comment(lib,"python3.lib")
# else
# pragma comment(lib,"python38.lib")
# pragma comment(lib,"python39.lib")
# endif /* _DEBUG */
# endif /* _MSC_VER */
# endif /* Py_BUILD_CORE */

File diff suppressed because it is too large Load diff