b09e468ffb
* build Python 3.9.6 * use Python 3.9 docker image * fix pyjnius recipe * remove unused dependencies from cryptography recipe * fix PYTHON3_DLL_REL_PATH value * add idna requirement * Remove m abi flag from python lib (https://docs.python.org/3/whatsnew/3.8.html#build-and-c-api-changes) * aiohttp==3.6.0 * Add base Dockerfiles for builds
10 lines
253 B
Diff
10 lines
253 B
Diff
--- a/Python/strdup.c 2021-06-28 09:26:18.000000000 +0100
|
|
+++ b/Python/strdup.c 2021-08-20 09:26:36.443055850 +0100
|
|
@@ -1,5 +1,7 @@
|
|
/* strdup() replacement (from stdwin, if you must know) */
|
|
|
|
+#include "Python.h"
|
|
+
|
|
char *
|
|
strdup(const char *str)
|
|
{
|