We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f99ae5 commit 6cb2e0dCopy full SHA for 6cb2e0d
PC/python_nt.rc
@@ -33,14 +33,14 @@
33
* but that neither gives an error nor comes anywhere close to working. The
34
* following comment and #define are output from PCbuild\field3.py:
35
*
36
- * For 2.3c2,
+ * For 2.3,
37
* PY_MICRO_VERSION = 0
38
- * PY_RELEASE_LEVEL = 'candidate' = 0xc
+ * PY_RELEASE_LEVEL = 'final' = 0xf
39
* PY_RELEASE_SERIAL = 2
40
41
- * and 0*1000 + 12*10 + 2 = 122
+ * and 0*1000 + 15*10 + 2 = 152
42
*/
43
-#define FIELD3 122
+#define FIELD3 152
44
45
/* e.g., 2.1a2
46
* PY_VERSION comes from patchevel.h
0 commit comments