Skip to content

refactor: parallel_process 함수의 타입 매개변수 제거 #96

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

DShomin
Copy link
Contributor

@DShomin DShomin commented May 4, 2025

📝 요약(Summary)

  • Python 3.11 버전에서 병렬 처리를 위한 함수에서 Syntax Error 가 발생하여 수정하였습니다.
  • 현재 코드는 Python 3.12 버전 이상에서만 유효한 문법입니다.

💬 To Reviewers (선택)

  • TBD

PR Checklist

  • TBD

reference) How to Code Review

  • 따봉(👍): 리뷰어가 리뷰이의 코드에서 칭찬의 의견을 남기고 싶을 때 사용합니다.
  • 느낌표(❗): 리뷰어가 리뷰이에게 필수적으로 코드 수정을 요청할 때 사용합니다.
  • 물음표 (❓): 리뷰어가 리뷰이에게 의견을 물어보고 싶을 때 사용합니다.
  • 알약 (💊): 리뷰어가 리뷰이의 코드에서 개선된 방법을 제안하지만 그것의 반영이 필수까지는 아닐 때 사용합니다.

Copy link
Contributor

@anjaaaaeeeellll anjaaaaeeeellll left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 : 3.11이하 버전의 python에서 잘 동작합니다!
💊 : python 버전 3.13 이상에서 실행된다는 제약사항을 줘도 좋아 보입니다.

Copy link
Collaborator

@ehddnr301 ehddnr301 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 앗ㅋㅋㅋㅋ 회사에 적용할때 수정해서 쓰고 반영하는걸 깜빡했는데 @DShomin 님이 빠르게 처리해주셨군요...!! 감사합니다!!

Copy link
Contributor

@ParkGyeongTae ParkGyeongTae left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants