New submission from Brother Beer :
cpython-3.10.0b2/Modules/_ssl.c line 3576
3570 static int
3571 set_options(PySSLContext *self, PyObject *arg, void *c)
3572 {
3573 long new_opts, opts, set, clear;
3574 long opt_no = (
3575 SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 | SSL_OP_NO_TLSv1
New submission from Brother Beer :
cpython-3.10.0b2/PC/frozen_dllmain.c, line 66
63 void PyWinFreeze_ExeInit(void)
64 {
65 char **modName;
66 for (modName = possibleModules;*modName;*modName++) {
67 /* printf("Initialising '%s'\n"
New submission from Brother Beer :
cpython-3.10.0b2/PC/launcher.c, line 347
One more argument than required?
345 else if (attrs & FILE_ATTRIBUTE_DIRECTORY) {
346 debug(L"locate_pythons_for_key: '%ls' is a directory\n",
347 ip-&