This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| declare(strict_types=1); | |
| namespace dacoto\LaravelWizardInstaller\Controllers; | |
| use dacoto\EnvSet\EnvSetEditor; | |
| use Exception; | |
| use Illuminate\Http\RedirectResponse; | |
| use Illuminate\Http\Request; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/root/Python-2.8.1/Modules/signalmodule.c b/./Modules/signalmodule.c | |
| index 184b3a9..e5ede43 100644 | |
| --- a/root/Python-2.8.1/Modules/signalmodule.c | |
| +++ b/./Modules/signalmodule.c | |
| @@ -6,6 +6,8 @@ | |
| #include "Python.h" | |
| #include "intrcheck.h" | |
| +#include "frameobject.h" | |
| + |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/tmp/cpython-master/Include/unicodeobject.h b/./Include/unicodeobject.h | |
| index 0274de6..a1712ee 100644 | |
| --- a/tmp/cpython-master/Include/unicodeobject.h | |
| +++ b/./Include/unicodeobject.h | |
| @@ -1014,6 +1014,7 @@ PyAPI_FUNC(PyObject *) PyUnicode_InternFromString( | |
| const char *u /* UTF-8 encoded string */ | |
| ); | |
| #ifndef Py_LIMITED_API | |
| +PyAPI_FUNC(PyObject *) _PyUnicode_InternFromASCIIString(const char *u); | |
| PyAPI_FUNC(void) _Py_ReleaseInternedUnicodeStrings(void); |