mirror of
https://github.com/python/cpython.git
synced 2025-07-19 17:25:54 +00:00
Ditched some debugging prints.
This commit is contained in:
parent
159eb92239
commit
04c90fc475
1 changed files with 0 additions and 3 deletions
|
@ -397,9 +397,6 @@ class MSVCCompiler (CCompiler) :
|
||||||
if extra_postargs:
|
if extra_postargs:
|
||||||
ld_args.extend(extra_postargs)
|
ld_args.extend(extra_postargs)
|
||||||
|
|
||||||
print "link_shared_object():"
|
|
||||||
print " output_filename =", output_filename
|
|
||||||
print " mkpath'ing:", os.path.dirname (output_filename)
|
|
||||||
self.mkpath (os.path.dirname (output_filename))
|
self.mkpath (os.path.dirname (output_filename))
|
||||||
try:
|
try:
|
||||||
self.spawn ([self.link] + ld_args)
|
self.spawn ([self.link] + ld_args)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue