Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
7ba83375
Commit
7ba83375
authored
Sep 07, 2016
by
Christian Heimes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue #26798: Hello Winndows, my old friend. I've come to fix blake2 for you again.
parent
e66987e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
PC/config.c
PC/config.c
+2
-0
No files found.
PC/config.c
View file @
7ba83375
...
...
@@ -23,6 +23,7 @@ extern PyObject* PyInit__signal(void);
extern
PyObject
*
PyInit__sha1
(
void
);
extern
PyObject
*
PyInit__sha256
(
void
);
extern
PyObject
*
PyInit__sha512
(
void
);
extern
PyObject
*
PyInit__blake2
(
void
);
extern
PyObject
*
PyInit_time
(
void
);
extern
PyObject
*
PyInit__thread
(
void
);
#ifdef WIN32
...
...
@@ -96,6 +97,7 @@ struct _inittab _PyImport_Inittab[] = {
{
"_sha1"
,
PyInit__sha1
},
{
"_sha256"
,
PyInit__sha256
},
{
"_sha512"
,
PyInit__sha512
},
{
"_blake2"
,
PyInit__blake2
},
{
"time"
,
PyInit_time
},
#ifdef WITH_THREAD
{
"_thread"
,
PyInit__thread
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment