Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gevent
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gevent
Commits
e7f57961
Commit
e7f57961
authored
Mar 29, 2016
by
Jason Madden
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
debugging for appveyor
parent
e9908ac9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
appveyor/make.cmd
appveyor/make.cmd
+4
-4
util/cythonpp.py
util/cythonpp.py
+2
-2
No files found.
appveyor/make.cmd
View file @
e7f57961
IF
"
%PYTHON_EXE%
"
==
"python"
(
IF
"
%PYTHON_EXE%
"
==
"python"
(
%PYEXE%
util
/cythonpp
.py
-o
gevent
.corecext.c
gevent
/
corecext
.ppyx
%PYEXE%
util
\cythonpp.py
-o
gevent
.corecext.c
gevent
\
corecext.ppyx
type
gevent
\
\
callbacks.c
>>
gevent
.corecext.c
type
gevent
\callbacks.c
>>
gevent
.corecext.c
move
gevent
.corecext.
*
gevent
move
gevent
.corecext.
*
gevent
)
)
cython
-o
gevent
.ares.c
gevent
/
ares
.pyx
cython
-o
gevent
.ares.c
gevent
\
ares.pyx
move
gevent
.ares.
*
gevent
move
gevent
.ares.
*
gevent
cython
-o
gevent
._semaphore.c
gevent
/
_semaphore.py
cython
-o
gevent
._semaphore.c
gevent
\
_semaphore.py
move
gevent
._semaphore.
*
gevent
move
gevent
._semaphore.
*
gevent
util/cythonpp.py
View file @
e7f57961
...
@@ -425,9 +425,9 @@ def _run_cython_on_file(configuration, pyx_filename,
...
@@ -425,9 +425,9 @@ def _run_cython_on_file(configuration, pyx_filename,
unique_output_filename
=
os
.
path
.
join
(
tempdir
,
output_filename
)
unique_output_filename
=
os
.
path
.
join
(
tempdir
,
output_filename
)
dirname
=
os
.
path
.
dirname
(
unique_pyx_filename
)
# output must be in same dir
dirname
=
os
.
path
.
dirname
(
unique_pyx_filename
)
# output must be in same dir
db
g
(
"Output filename %s"
,
unique_output_filename
)
lo
g
(
"Output filename %s"
,
unique_output_filename
)
if
dirname
and
not
os
.
path
.
exists
(
dirname
):
if
dirname
and
not
os
.
path
.
exists
(
dirname
):
db
g
(
"Making dir %s"
,
dirname
)
lo
g
(
"Making dir %s"
,
dirname
)
os
.
makedirs
(
dirname
)
os
.
makedirs
(
dirname
)
try
:
try
:
atomic_write
(
unique_pyx_filename
,
py_banner
+
value
)
atomic_write
(
unique_pyx_filename
,
py_banner
+
value
)
...
...
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