Commit 670a0420 authored by Kirill Smelkov's avatar Kirill Smelkov

fixup! component/python-2.7: asyncore: switch default to use poll instead of select

While debugging the change this print was useful to know whether the
patch was taken into effect or not, but now it seems to be too chatty in
practice. Let's disable it.

/reviewed-by TrustMe.
parent 7c50da4d
......@@ -105,6 +105,6 @@ index 105982f..a3025a4 100644
+_poll_poll = poll2
+poll = _poll_poll
+
+print >>sys.stderr, 'I(nxd): asyncore: using poll instead of select'
+#print >>sys.stderr, 'I(nxd): asyncore: using poll instead of select'
--
2.16.1.101.gde0f0111ea
......@@ -43,7 +43,7 @@ patches =
${:_profile_base_location_}/fix_compiler_module_issue_20613.patch#94443a77f903e9de880a029967fa6aa7
${:_profile_base_location_}/pytracemalloc_pep445.patch#46662cf0ccc7cb7cfb8289bbfd68b21a
${:_profile_base_location_}/disabled_module_list.patch#71ad30d32bcdbc50c19cf48675b1246e
${:_profile_base_location_}/asyncore_poll_insteadof_select.patch#9fa550614e8648b10f7d49d4cbf9dbf2
${:_profile_base_location_}/asyncore_poll_insteadof_select.patch#ab6991c0ee6e25aeb8951e71f280a2f1
url =
http://www.python.org/ftp/python/${:package_version}/Python-${:package_version}${:package_version_suffix}.tar.xz
configure-options =
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment