Change by Rohit Goswami :
--
title: RFC: Clarify Limited API macros for PySequence_Fast -> RFC: Clarify
usage of macros for PySequence_Fast within the Limited C API
___
Python tracker
<https://bugs.python.org/issu
Rohit Goswami added the comment:
Perhaps to be clear, there are two possibilities:
1. `PySequence_Fast` should be removed from the Limited API
2. All macros used with `PySequence_Fast` are valid for use in the context of
the Limited API
In either case the documentation should need to be
Change by Rohit Goswami :
--
assignee: -> docs@python
components: +C API, Documentation
nosy: +docs@python
___
Python tracker
<https://bugs.python.org/issu
New submission from Rohit Goswami :
The `current documentation`_ of the Python-C API mentions that
``PySequence_Fast`` is part of the limited API. However, this may be a typo as
all the functions interacting with a ``PySequence_Fast`` object are macros,
e.g. `PySequence_Fast_GET_SIZE
New submission from Kaushal Rohit :
The `typing` module has a wrapper namespace in it called `typing.io` which
contain I/O stream types.
These types are now a part of the `typing` module itself.
While we are at it, should we also deprecate `typing.re`?
--
components: Library (Lib
Change by Kaushal Rohit :
--
keywords: +patch
pull_requests: +21553
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/22555
___
Python tracker
<https://bugs.python.org/issu
New submission from Kaushal Rohit :
`fs` argument could be an iterable, and calling len on it would raise an
Exception.
We are converting `fs` into a set anyways for set difference, and that too
twice. we can just put an `fs = set(fs)`.
Let me know if we choose to go with that and I will
Rohit Gupta added the comment:
For the time being, changing the order of import is solving the problem.
--
___
Python tracker
<https://bugs.python.org/issue40
New submission from Rohit Gupta :
# pyzmq==19.0.0
# zmq==0.0.0
# mysql-connector-python==8.0.19
# Following code is resulting in
# Segmentation fault (core dumped)
##
import zmq
import mysql.connector
database = "dev"
host = "192.168.56.1&qu
Rohit Sanjay added the comment:
Hey, I'd like to work on this issue. Seems like an easy fix. Can you please
help me out with where I will need to add the documentation for this?
--
nosy: +rohitsanjay
___
Python tracker
<https://bugs.py
New submission from Rohit :
Python is crashing frequently. The frequency lies anywhere in between 10 hours
to 24 hours of running the program.
Packages used in my program:
numba.cuda, numpy, sklearn.cluster, cv2, falcon, multiprocessing, faulthandler
Priority: High
--
components
Change by Rohit travels and tours :
--
type: -> resource usage
___
Python tracker
<https://bugs.python.org/issue36425>
___
___
Python-bugs-list mai
Change by Rohit travels and tours :
--
type: -> resource usage
___
Python tracker
<https://bugs.python.org/issue36102>
___
___
Python-bugs-list mai
Change by Rohit travels and tours :
Added file: https://bugs.python.org/file48145/19592
___
Python tracker
<https://bugs.python.org/issue36013>
___
___
Python-bugs-list m
Change by Rohit travels and tours :
--
assignee: docs@python
components: 2to3 (2.x to 3.x conversion tool), Build, Demos and Tools,
Distutils, Documentation, Extension Modules, FreeBSD, Library (Lib), SSL,
email, macOS
nosy: barry, docs@python, dstufft, eric.araujo, koobs, ned.deily
Change by Rohit travels and tours :
--
hgrepos: +379
Added file: https://bugs.python.org/file48089/bq-nix.manifest
___
Python tracker
<https://bugs.python.org/issue35
Rohit travels and tours added the comment:
rtat.net
--
nosy: +roufique7
Added file: https://bugs.python.org/file48088/bq-nix.snapshot.json
___
Python tracker
<https://bugs.python.org/issue35
Change by Rohit travels and tours :
Added file: https://bugs.python.org/file48087/core-nix.snapshot.json
___
Python tracker
<https://bugs.python.org/issue35862>
___
___
Rohit Biswas added the comment:
Thanks for your reply. It makes sense to me and was very informative.
I understand and would explain the problem in the bug tracker itself in the
future.
I reported this as a potential bug but it seems like it isn't really. So, I'm
resolving it as
New submission from Rohit Biswas :
Related Stack Overflow Question:
https://stackoverflow.com/questions/53810984/mismatch-between-file-creation-time-and-current-time-in-python
--
components: Library (Lib)
messages: 332040
nosy: belopolsky, rbiswas143
priority: normal
severity: normal
Changes by Rohit Balasubramanian <98bro...@gmail.com>:
--
pull_requests: +3721
___
Python tracker
<https://bugs.python.org/issue31507>
___
___
Python-bugs-
Changes by Rohit Balasubramanian <98bro...@gmail.com>:
--
pull_requests: +3719
___
Python tracker
<https://bugs.python.org/issue31507>
___
___
Python-bugs-
Rohit Balasubramanian added the comment:
I have submitted a pull request for the changes to email.utils.parseaddr.
--
keywords: +patch
nosy: +rohitb
pull_requests: +3640
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issu
New submission from rohit singh:
The documentation says:
>>> '"Isn\'t," she said.'
'"Isn\'t," she said.'
It should be:
>>> '"Isn\'t," she said.'
'"Isn't," she said.'
-
Rohit Jamuar added the comment:
Steve, I've limited the changes to _msvccompiler for the master-branch's patch.
Is it alright?
--
___
Python tracker
<http://bugs.python.o
Changes by Rohit Jamuar :
Added file: http://bugs.python.org/file45881/distutils_patch_master.patch
___
Python tracker
<http://bugs.python.org/issue26876>
___
___
Pytho
Changes by Rohit Jamuar :
Removed file: http://bugs.python.org/file45880/distutils_patch_master.patch
___
Python tracker
<http://bugs.python.org/issue26876>
___
___
Pytho
Changes by Rohit Jamuar :
Added file: http://bugs.python.org/file45880/distutils_patch_master.patch
___
Python tracker
<http://bugs.python.org/issue26876>
___
___
Pytho
Changes by Rohit Jamuar :
Removed file: http://bugs.python.org/file42725/distutils_patch_master.patch
___
Python tracker
<http://bugs.python.org/issue26876>
___
___
Pytho
Rohit Jamuar added the comment:
Bump! The changes, that Steve was asking for, have been incorporated. If
something was missed, please inform. Otherwise, could this be merged?
--
___
Python tracker
<http://bugs.python.org/issue26
New submission from Rohit Khairnar:
We are seeing intermittent "connection reset by peer" connecting to
pypi.python.org. Pip install "connection reset by peer"
I am a Network Engineer at Hulu and our Devs are seeing error 104 connection
resets by peer errors. We thoug
Rohit Mediratta added the comment:
Leads to the same Segfault
[/loc/rom/pyd/cpython] $ ./python -m test test_exceptions
Run tests sequentially
0:00:00 [1/1] test_exceptions
Fatal Python error: Segmentation fault
Current thread 0x7fb466572700 (most recent call first):
File "/
Rohit Mediratta added the comment:
It's set to 1000, I didnt change during install, so it's likely set to the
default value.
>>> import sys
>>> sys.getrecursionlimit()
1000
I also have a lot of memory free (87G) to run scripts (should be able to handle
without
Rohit Mediratta added the comment:
Debugged with gdb and found the following
(gdb) run ../coveragepy/ run --pylib Lib/test/regrtest.py test_exceptions
Starting program: /local/romedira/pydev/cpython/python ../coveragepy/ run
--pylib Lib/test/regrtest.py test_exceptions
[Thread debugging
New submission from Rohit Mediratta:
Fresh clone and running test_exceptions testcase caught a Seg fault.
This was being run on a Centos VM.
[/loc/rom/pyd/cpython] $ ./python
Python 3.6.0a1+ (default:12d939477b4f, Jun 7 2016, 17:32:31)
[GCC 4.4.6 20120305 (Red Hat 4.4.6-4)] on linux
Type
Changes by Rohit Jamuar :
--
versions: +Python 2.7 -Python 3.5, Python 3.6
Added file: http://bugs.python.org/file42726/distutils_patch_27.patch
___
Python tracker
<http://bugs.python.org/issue26
Changes by Rohit Jamuar :
--
versions: +Python 3.6 -Python 2.7
Added file: http://bugs.python.org/file42725/distutils_patch_master.patch
___
Python tracker
<http://bugs.python.org/issue26
Changes by Rohit Jamuar :
Removed file: http://bugs.python.org/file42642/msvc_respect_env_flags.patch
___
Python tracker
<http://bugs.python.org/issue26876>
___
___
Pytho
Rohit Jamuar added the comment:
Just so that I understand it clearly - Inside MSVCCompiler class (in
_msvccompiler.py / msvccompiler.py / msvc9compiler.py ), current implementation
of find_exe() finds compiler / linker / ... after parsing PATH. Should the
changes be so, that if
New submission from Rohit Jamuar:
The UnixCompiler class respects flags (CC, LD, AR, CFLAGS and LDFLAGS) set to
the environment, whereas MSVCCompiler class does not. This change allows
building CPython and any module that invokes distutils to utilize flags and
executables that have been set
Rohit Mediratta added the comment:
Thanks for the comments. I did indeed have the patch reversed. I've resolved it
here.
Martin: I had the locale=None case in the patch.
--
Added file: http://bugs.python.org/file41109/mywork_update.patch
___
P
New submission from Rohit Mediratta:
Opened to submit a patch.
- make patchcheck succeeded
- full testsuite succeeded
- Old coverage
Lib/calendar.py 375 5486% 511, 519, 541, 608-699, 703
- New coverage
Lib/calendar.py 375 5186% 608-699, 703
42 matches
Mail list logo